From: Richard M. Stallman Date: Sun, 25 Jan 1998 07:20:49 +0000 (+0000) Subject: Comment change. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~78308 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=1c6bb4821d80bac60fa6e2535199d9a0d063af57;p=emacs.git Comment change. --- diff --git a/src/alloc.c b/src/alloc.c index c6fb2319d1e..9b84a7e51f8 100644 --- a/src/alloc.c +++ b/src/alloc.c @@ -2006,6 +2006,9 @@ mark_object (argptr) mark_object (&ptr->plist); XSETTYPE (*(Lisp_Object *) &ptr->name, Lisp_String); mark_object (&ptr->name); + /* Note that we do not mark the obarray of the symbol. + It is safe not to do so because nothing accesses that + slot except to check whether it is nil. */ ptr = ptr->next; if (ptr) {